runtime.spanSet.spineLock (field)
8 uses
	runtime (current package)
		mcentral.go#L50: 	lockInit(&c.partial[0].spineLock, lockRankSpanSetSpine)
		mcentral.go#L51: 	lockInit(&c.partial[1].spineLock, lockRankSpanSetSpine)
		mcentral.go#L52: 	lockInit(&c.full[0].spineLock, lockRankSpanSetSpine)
		mcentral.go#L53: 	lockInit(&c.full[1].spineLock, lockRankSpanSetSpine)
		mspanset.go#L35: 	spineLock mutex
		mspanset.go#L88: 		lock(&b.spineLock)
		mspanset.go#L93: 			unlock(&b.spineLock)
		mspanset.go#L131: 		unlock(&b.spineLock)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |